Bohai Bay
- Pacific Ocean > North Pacific Ocean > East China Sea > Yellow Sea > Bohai Sea > Bohai Bay (0.04)
- North America > United States > Massachusetts > Middlesex County > Cambridge (0.04)
- Europe > United Kingdom > England > Oxfordshire > Oxford (0.04)
- (2 more...)
- Transportation (0.47)
- Food & Agriculture > Agriculture (0.46)
MOBO-OSD: Batch Multi-Objective Bayesian Optimization via Orthogonal Search Directions
Ngo, Lam, Ha, Huong, Chan, Jeffrey, Zhang, Hongyu
Bayesian Optimization (BO) is a powerful tool for optimizing expensive black-box objective functions. While extensive research has been conducted on the single-objective optimization problem, the multi-objective optimization problem remains challenging. In this paper, we propose MOBO-OSD, a multi-objective Bayesian Optimization algorithm designed to generate a diverse set of Pareto optimal solutions by solving multiple constrained optimization problems, referred to as MOBO-OSD subproblems, along orthogonal search directions (OSDs) defined with respect to an approximated convex hull of individual objective minima. By employing a well-distributed set of OSDs, MOBO-OSD ensures broad coverage of the objective space, enhancing both solution diversity and hypervolume performance. To further improve the density of the set of Pareto optimal candidate solutions without requiring an excessive number of subproblems, we leverage a Pareto Front Estimation technique to generate additional solutions in the neighborhood of existing solutions. Additionally, MOBO-OSD supports batch optimization, enabling parallel function evaluations to accelerate the optimization process when resources are available. Through extensive experiments and analysis on a variety of synthetic and real-world benchmark functions with two to six objectives, we demonstrate that MOBO-OSD consistently outperforms the state-of-the-art algorithms. Our code implementation can be found at https://github.com/LamNgo1/mobo-osd.
- Oceania > Australia (0.04)
- Pacific Ocean > North Pacific Ocean > East China Sea > Yellow Sea > Bohai Sea > Bohai Bay (0.04)
- North America > United States > Massachusetts > Middlesex County > Cambridge (0.04)
- (5 more...)
- Research Report > Experimental Study (1.00)
- Research Report > New Finding (0.92)
- Information Technology (0.67)
- Food & Agriculture > Agriculture (0.46)
- Pacific Ocean > North Pacific Ocean > East China Sea > Yellow Sea > Bohai Sea > Bohai Bay (0.04)
- North America > United States > Massachusetts > Middlesex County > Cambridge (0.04)
- Europe > United Kingdom > England > Oxfordshire > Oxford (0.04)
- (2 more...)
- Transportation (0.47)
- Food & Agriculture > Agriculture (0.46)
Sonar-based Deep Learning in Underwater Robotics: Overview, Robustness and Challenges
Aubard, Martin, Madureira, Ana, Teixeira, Luís, Pinto, José
With the growing interest in underwater exploration and monitoring, Autonomous Underwater Vehicles (AUVs) have become essential. The recent interest in onboard Deep Learning (DL) has advanced real-time environmental interaction capabilities relying on efficient and accurate vision-based DL models. However, the predominant use of sonar in underwater environments, characterized by limited training data and inherent noise, poses challenges to model robustness. This autonomy improvement raises safety concerns for deploying such models during underwater operations, potentially leading to hazardous situations. This paper aims to provide the first comprehensive overview of sonar-based DL under the scope of robustness. It studies sonar-based DL perception task models, such as classification, object detection, segmentation, and SLAM. Furthermore, the paper systematizes sonar-based state-of-the-art datasets, simulators, and robustness methods such as neural network verification, out-of-distribution, and adversarial attacks. This paper highlights the lack of robustness in sonar-based DL research and suggests future research pathways, notably establishing a baseline sonar-based dataset and bridging the simulation-to-reality gap.
- Europe > Ireland (0.14)
- North America > United States > California > San Diego County > San Diego (0.04)
- Europe > Portugal > Porto > Porto (0.04)
- (15 more...)
- Information Technology > Security & Privacy (1.00)
- Government (1.00)
- Energy (1.00)
- Transportation (0.93)
Multi-modal Learning based Prediction for Disease
Chen, Yaran, Chen, Xueyu, Han, Yu, Li, Haoran, Zhao, Dongbin, Li, Jingzhong, Wang, Xu
Non alcoholic fatty liver disease (NAFLD) is the most common cause of chronic liver disease, which can be predicted accurately to prevent advanced fibrosis and cirrhosis. While, a liver biopsy, the gold standard for NAFLD diagnosis, is invasive, expensive, and prone to sampling errors. Therefore, non-invasive studies are extremely promising, yet they are still in their infancy due to the lack of comprehensive research data and intelligent methods for multi-modal data. This paper proposes a NAFLD diagnosis system (DeepFLDDiag) combining a comprehensive clinical dataset (FLDData) and a multi-modal learning based NAFLD prediction method (DeepFLD). The dataset includes over 6000 participants physical examinations, laboratory and imaging studies, extensive questionnaires, and facial images of partial participants, which is comprehensive and valuable for clinical studies. From the dataset, we quantitatively analyze and select clinical metadata that most contribute to NAFLD prediction. Furthermore, the proposed DeepFLD, a deep neural network model designed to predict NAFLD using multi-modal input, including metadata and facial images, outperforms the approach that only uses metadata. Satisfactory performance is also verified on other unseen datasets. Inspiringly, DeepFLD can achieve competitive results using only facial images as input rather than metadata, paving the way for a more robust and simpler non-invasive NAFLD diagnosis.
- Asia > China > Beijing > Beijing (0.05)
- Europe > Switzerland > Vaud > Lausanne (0.04)
- Europe > Germany > Bavaria > Upper Bavaria > Munich (0.04)
- (5 more...)
Towards Spatio-temporal Sea Surface Temperature Forecasting via Static and Dynamic Learnable Personalized Graph Convolution Network
Li, Xiaohan, Zhang, Gaowei, Huang, Kai, He, Zhaofeng
Sea surface temperature (SST) is uniquely important to the Earth's atmosphere since its dynamics are a major force in shaping local and global climate and profoundly affect our ecosystems. Accurate forecasting of SST brings significant economic and social implications, for example, better preparation for extreme weather such as severe droughts or tropical cyclones months ahead. However, such a task faces unique challenges due to the intrinsic complexity and uncertainty of ocean systems. Recently, deep learning techniques, such as graphical neural networks (GNN), have been applied to address this task. Even though these methods have some success, they frequently have serious drawbacks when it comes to investigating dynamic spatiotemporal dependencies between signals. To solve this problem, this paper proposes a novel static and dynamic learnable personalized graph convolution network (SD-LPGC). Specifically, two graph learning layers are first constructed to respectively model the stable long-term and short-term evolutionary patterns hidden in the multivariate SST signals. Then, a learnable personalized convolution layer is designed to fuse this information. Our experiments on real SST datasets demonstrate the state-of-the-art performances of the proposed approach on the forecasting task.
- Pacific Ocean > North Pacific Ocean > East China Sea > Yellow Sea > Bohai Sea > Bohai Bay (0.05)
- Asia > China > Bohai Bay (0.05)
- Pacific Ocean > North Pacific Ocean > South China Sea (0.05)
- (5 more...)
MBORE: Multi-objective Bayesian Optimisation by Density-Ratio Estimation
De Ath, George, Chugh, Tinkle, Rahat, Alma A. M.
Optimisation problems often have multiple conflicting objectives that can be computationally and/or financially expensive. Mono-surrogate Bayesian optimisation (BO) is a popular model-based approach for optimising such black-box functions. It combines objective values via scalarisation and builds a Gaussian process (GP) surrogate of the scalarised values. The location which maximises a cheap-to-query acquisition function is chosen as the next location to expensively evaluate. While BO is an effective strategy, the use of GPs is limiting. Their performance decreases as the problem input dimensionality increases, and their computational complexity scales cubically with the amount of data. To address these limitations, we extend previous work on BO by density-ratio estimation (BORE) to the multi-objective setting. BORE links the computation of the probability of improvement acquisition function to that of probabilistic classification. This enables the use of state-of-the-art classifiers in a BO-like framework. In this work we present MBORE: multi-objective Bayesian optimisation by density-ratio estimation, and compare it to BO across a range of synthetic and real-world benchmarks. We find that MBORE performs as well as or better than BO on a wide variety of problems, and that it outperforms BO on high-dimensional and real-world problems.
- North America > United States > New York > New York County > New York City (0.14)
- North America > United States > California > San Francisco County > San Francisco (0.14)
- Europe > United Kingdom > England > Devon > Exeter (0.04)
- (6 more...)
- Research Report (1.00)
- Instructional Material > Course Syllabus & Notes (0.45)
- Information Technology > Artificial Intelligence > Representation & Reasoning > Uncertainty (1.00)
- Information Technology > Artificial Intelligence > Representation & Reasoning > Optimization (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Statistical Learning (1.00)
- (3 more...)
China Is Building An Army Of Worker Robots
Three weeks ago we reported an amusing anecdote out of China in which robot waiters in a Guangzhou restaurant had been "fired" because whencustomers flocked to the Heweilai Restaurant chain in the southern Chinese city, they found they were not all they are cracked up to be. "A staff member said the robots couldn't effectively handle soup dishes, often malfunctioned, and had to follow a fixed route that sometimes resulted in clashes. A customer also said the robots were unable to do tasks such as topping up water or placing a dish on the table." "The robots weren't able to carry soup or other food steady and they would frequently break down. The boss has decided never to use them again," said one employee. We joked in the summary saying that "for now, it appears, China's minimum wage workers, and it has a few hundred million of those, will not be phased out just yet." According to a report released by the MIT Technology Review, where some saw failure in China's "novelty" worker robots, the Chinese government saw nothing less than the opportunity to perfect what will soon put million of Chinese workers out of a job: an army of worker robots. Because while there is certanly humor to be found in the anecdote about a robot "termination", the Chinese government is keen to change this.
- Asia > China > Guangdong Province > Guangzhou (0.24)
- North America > United States (0.15)
- Asia > China > Shanghai > Shanghai (0.06)
- (10 more...)
- Banking & Finance > Economy (1.00)
- Information Technology (0.94)
- Consumer Products & Services > Restaurants (0.88)
- Government > Regional Government > Asia Government > China Government (0.55)
China is Building a Robot Army of Model Workers
Inside a large, windowless room in an electronics factory in south Shanghai, about 15 workers are eyeing a small robot arm with frustration. Near the end of the production line where optical networking equipment is being packed into boxes for shipping, the robot sits motionless. "The system is down," explains Nie Juan, a woman in her early 20s who is responsible for quality control. Her team has been testing the robot for the past week. The machine is meant to place stickers on the boxes containing new routers, and it seemed to have mastered the task quite nicely. But then it suddenly stopped working. "The robot does save labor," Nie tells me, her brow furrowed, "but it is difficult to maintain."
- Asia > China > Shanghai > Shanghai (0.26)
- North America > United States (0.15)
- Europe > Germany (0.05)
- (9 more...)
- Banking & Finance > Economy (1.00)
- Government (0.95)
- Information Technology (0.95)